home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / DayDreamBBS.lha / DayDream / Docs / RoboWriter.DOC < prev    next >
Text File  |  1996-10-14  |  987b  |  32 lines

  1. DD-RoboWriter V1.0
  2. ~~~~~~~~~~~~~~~~~~
  3.  
  4.   Adding messages to message base has always been difficult, until now...
  5.   RoboWriter allows you to write message from Shell, ARexx script or
  6.   what ever, even DD doors can use this little program.
  7.  
  8. Commandline parameters
  9. ~~~~~~~~~~~~~~~~~~~~~~
  10. Template is:
  11. CONF/N/A,BASE/N/A,MESSAGE=MSG/K/A,FROM/K/A,TO/K/A,SUBJECT/K/A,PRIVATE/S,DATE/N
  12.  
  13. CONF = Number of conference
  14. BASE = Number of message base
  15. MSG  = Path to the textfile which will be the message
  16. FROM = Message author
  17. TO   = Receiver
  18. SUBJECT = Message subject
  19. PRIVATE = Add this if the message should be private
  20. DATE = Date (In seconds since 1978) (Optional: if not specified, current time
  21.                                      will be used)
  22.  
  23. Couple of examples:
  24.  
  25. RoboWriter CONF 1 BASE 2 MSG ram:message FROM SysOp TO All Subject Announcement
  26.  
  27. RoboWriter CONF 1 BASE 1 MSG ram:PwFail FROM Jesus TO SysOp Subject "PW LOST" PRIVATE
  28.  
  29.  
  30. Local and echomail messages are supported, net mail is not.
  31.  
  32.